home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TDESTDIALOG / TDESTDIALOG.txt
Text File  |  1997-02-11  |  1KB  |  68 lines

  1. object DestDialog: TDestDialog
  2.   Left = 216
  3.   Top = 196
  4.   HelpContext = 350
  5.   BorderStyle = bsDialog
  6.   Caption = 'Destination'
  7.   ClientHeight = 111
  8.   ClientWidth = 306
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Info: TLabel
  19.     Left = 8
  20.     Top = 40
  21.     Width = 109
  22.     Height = 13
  23.     Caption = '&Enter Destination Path:'
  24.     FocusControl = InputBox
  25.     Transparent = True
  26.   end
  27.   object OKButton: TButton
  28.     Left = 72
  29.     Top = 8
  30.     Width = 65
  31.     Height = 21
  32.     HelpContext = 350
  33.     Caption = '&Accept'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = OKButtonClick
  37.   end
  38.   object CancelButton: TButton
  39.     Left = 144
  40.     Top = 8
  41.     Width = 153
  42.     Height = 21
  43.     HelpContext = 350
  44.     Cancel = True
  45.     Caption = '&Leave the files where they are'
  46.     TabOrder = 3
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object InputBox: TEdit
  50.     Left = 8
  51.     Top = 56
  52.     Width = 289
  53.     Height = 21
  54.     HelpContext = 350
  55.     TabOrder = 2
  56.   end
  57.   object BrowseButton: TButton
  58.     Left = 232
  59.     Top = 82
  60.     Width = 65
  61.     Height = 21
  62.     HelpContext = 350
  63.     Caption = '&Browse...'
  64.     TabOrder = 1
  65.     OnClick = BrowseButtonClick
  66.   end
  67. end
  68.